.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    background-color: rgb(243, 243, 243);
	display:inline-block;
    overflow-x: hidden
}

#botonera {
    float: none;
    height: 100px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    background-color: rgb(235, 234, 235);
    margin-right: auto;
}

#logo {
    float: left;
    height: 40px;
    margin-left: 0px;
    margin-top: 30px;
    clear: none;
    width: 200px;
    margin-right: 0%;
}

#image {
    float: left;
    width: 200px;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 0%;
}

#texto_container {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 60px;
    clear: none;
    width: 1200px;
    margin-right: auto;
}

#botonera_container {
    float: none;
    height: 100px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 1200px;
    margin-right: auto;
}

#Texto_box {
    float: left;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 600px;
}

#Imagen_box {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 600px;
}

#text {
    float: right;
    font-size: 1em;
    width: 570px;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: 0px;
}

#textspan {
    float: none;
    font-size: 32px;
    line-height: 50px;
    color: rgb(81, 43, 117);
    font-family: Lato;
    font-weight: 600;
}

#text1 {
    float: right;
    font-size: 1em;
    width: 570.000006px;
    height: auto;
    text-align: left;
    font-weight: 600;
    line-height: 22px;
    margin-left: 0px;
    margin-top: 36px;
    clear: both;
    min-height: 0px;
    display: block;
    margin-right: 0px;
    color: rgb(6, 146, 162);
    font-family: Lato;
}

#text2 {
	float: right;
	font-size: 1em;
	width: 570.000006px;
	height: auto;
	text-align: left;
	font-weight: 500;
	line-height: 22px;
	margin-left: 0px;
	margin-top: 20px;
	clear: both;
	min-height: 0px;
	display: block;
	margin-right: 0px;
	color: rgb(81, 43, 117);
	font-family: Lato;
	font-style: normal;
}

#bottom_container {
    float: none;
    height: auto;
    margin: 80px auto 100px;
    clear: none;
    width: 300px;
}

#otros_botones1 {
    float: none;
    height: 58px;
    margin-left: auto;
    margin-top: 80px;
    clear: none;
    width: 656px;
    margin-right: auto;
}

#btn_preservacion1 {
    float: left;
    height: 58px;
    margin-left: 0.015625px;
    margin-top: 0px;
    clear: none;
    width: 300px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-right: 0px;
    display: block;
    background-image:url("img/btn_regresartest.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: rgb(255, 18, 95);
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

#btn_preservacion1:hover
{
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
		
		box-shadow: rgba(0, 0, 0, 0.298039) 0px 25px 35px 0px;
}

#btn_transgenero1 {
    float: left;
    height: 58px;
    margin-left: 55px;
    margin-top: 0px;
    clear: none;
    width: 300px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-right: 0px;
    display: block;
    background-image:url("img/btn_comenzartest.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: rgb(76, 200, 91);
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

#btn_transgenero1:hover
{
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
		
		box-shadow: rgba(0, 0, 0, 0.298039) 0px 25px 35px 0px;
}

#box {
    float: none;
    height: 55px;
    margin-left: auto;
    margin-top: 80px;
    clear: none;
    width: 656px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-right: auto;
    display: block;
    background-color: rgb(76, 200, 91);
    background-image:url("img/btn_whats01.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

#box:hover
{
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
		
		box-shadow: rgba(0, 0, 0, 0.298039) 0px 25px 35px 0px;
}

#image1 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

#image2 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 0px;
    display: block;
}

#textspan1 {
	float: none;
	font-size: 1em;
	line-height: 1em;
	font-style: normal;
	font-weight: 500;
}

#otros_botones {
    float: none;
    height: 58px;
    margin-left: auto;
    margin-top: 60px;
    clear: none;
    width: 956px;
    margin-right: auto;
    display: block;
}

#btn_preservacion {
    float: left;
    height: 58px;
    margin-left: 0.015625px;
    margin-top: 0px;
    clear: none;
    width: 450px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-right: 0px;
    display: block;
    background-image:url("img/btn_posponermaternidad.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: rgb(81, 43, 117);
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

#btn_preservacion:hover
{
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
		
		box-shadow: rgba(0, 0, 0, 0.298039) 0px 25px 35px 0px;
}

#btn_transgenero {
    float: left;
    height: 58px;
    margin-left: 55px;
    margin-top: 0px;
    clear: none;
    width: 450px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-right: 0px;
    display: block;
    background-image:url("img/btn_buscarunhijo01.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: rgb(81, 43, 117);
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
-webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

#btn_transgenero:hover
{
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
		
		box-shadow: rgba(0, 0, 0, 0.298039) 0px 25px 35px 0px;
}

@media only screen and (max-width: 1200px) {
    #Texto_box {
        clear: both;
        margin-top: 40px;
        margin-left: 0px;
        width: 100%;
    }

    #image1 {
        width: 1px;
        height: 1px;
    }

    #Imagen_box {
        height: 300px;
        width: 100%;
        background-image:url("img/img_40_04.jpg");
        background-attachment: scroll;
        -webkit-background-size: 100%;
        background-size: 100%;
        margin-top: 0px;
        margin-left: 0px;
        clear: none;
        background-position: 50% 50%;
        background-repeat: repeat repeat;
    }

    #texto_container {
        width: 90%;
    }

    #text1 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 36px;
        width: 100%;
    }

    #text {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        width: 100%;
    }

    #text2 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 20px;
        width: 100%;
    }

    #box {
        margin-right: auto;
        margin-top: 80px;
        clear: none;
        margin-left: auto;
        float: none;
        width: 630px;
    }

    #botonera_container {
        width: 100%;
    }

    #image {
        margin-left: 40px;
    }

    #btn_transgenero1 {
        margin-left: 30px;
    }

    #otros_botones1 {
        margin-top: 80px;
        margin-left: auto;
        clear: none;
        width: 631px;
        margin-right: auto;
    }

    #otros_botones {
        margin-top: 80px;
        margin-left: auto;
        clear: none;
        width: 956px;
        margin-right: auto;
    }

    #btn_transgenero {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1000px) {
    #btn_transgenero1 {
        clear: none;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    #otros_botones1 {
        height: auto;
        width: 90%;
    }

    #btn_preservacion1 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #bottom_container {
        width: 300px;
        height: auto;
    }

    #image2 {
        width: auto;
    }

    #box {
        width: 90%;
    }

    #texto_container {
        margin-top: 60px;
        margin-left: 5.1%;
        clear: none;
    }

    #Imagen_box {
        margin-left: 0px;
    }

    #otros_botones {
        height: auto;
        width: 90%;
    }

    #btn_preservacion {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        width: 100%;
    }

    #btn_transgenero {
        clear: none;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width: 660px) {
    #bottom_container {
        width: 250px;
    }

    #Imagen_box {
        height: 200px;
    }

    #box {
        width: 90%;
    }

    #texto_container {
        margin-top: 45px;
    }

    #Texto_box {
        margin-top: 30px;
    }

    #image2 {
        width: auto;
        height: auto;
    }
}

@media only screen and (max-width: 500px) {
    #Imagen_box {
        height: 150px;
    }

    #texto_container {
        width: 90%;
    }

    #textspan {
        font-size: 22px;
        line-height: 35px;
    }

    #image {
        margin-left: 30px;
    }

    #box {
        width: 300px;
    }
}

@media only screen and (max-width: 340px) {
    #otros_botones1 {
        width: 94%;
    }

    #Texto_box {
        width: 100%;
    }

    #texto_container {
        width: 94%;
    }

    #image {
        margin-left: 20px;
    }

    #box {
        width: 300px;
    }

    #otros_botones {
        width: 94%;
    }

    #btn_preservacion {
        width: 300px;
    }

    #btn_transgenero {
        width: 300px;
    }
}
